home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modledrm.dir / 00001_Script_1 next >
Text File  |  1994-11-28  |  407b  |  16 lines

  1. on enterframe
  2.   -- This is where you enter back into from the hall or
  3.   -- after the starting door opening
  4.   -- so reset cursors
  5.   
  6.   global lcl,rcl,ucl,dcl
  7.   
  8.   set the cursor of sprite 1 to ucl
  9.   set the cursor of sprite 3 to rcl
  10.   set the cursor of sprite 2 to lcl 
  11.   set the cursor of sprite 8 to pnt
  12. end enterframe
  13.  
  14. on exitFrame
  15.   if soundBusy (1) = FALSE then puppetSound "A-dreams"
  16. end